.none {
	display: none
}

.flex {
	display: flex
}

.flexa {
	align-items: center
}

.flexj {
	justify-content: space-between
}

.flex_end {
	justify-content: flex-end
}

.a_center {
	text-align: center
}

.a_end {
	align-items: flex-end
}

.a_right {
	text-align: right
}

.flex_column {
	flex-direction: column
}

:root {
	--mc: #7DB347
}

body {
	font-family: Sora, sans-serif;
	font-size: 15px;
	color: #3b3b3b;
	overflow-x: hidden;
	position: relative
}

a {
	color: #3b3b3b;
	text-decoration: none!important;
	outline: 0!important
}

a:hover {
	color: #000
}

.button {
	background: var(--mc);
	color: #fff;
	transition: all ease-out .3s;
	border-radius: 8px;
	padding: 15px 28px;
	border: 2px solid var(--mc);
	line-height: 18px;
	flex-shrink: 0;
	outline: 0!important;
	white-space: nowrap;
}

.button:hover {
	background: #8bc550;
	color: #fff;
	border: 2px solid #8bc550
}

.button2 {
	background: 0 0;
	color: var(--mc)
}

.button3 {
	background: #f2f7ec;
	color: var(--mc);
	border-color: #f2f7ec;
	padding: 15px 21px
}

.button3.small {
	padding: 10px 24px
}

.button4 {
	background: #eee;
	color: #a7a7a7;
	border-color: #eee
}

input[type=text],
input[type=textarea] {
	transition: all .3s;
	border: 1px solid transparent!important
}

input[type=text]:focus,
input[type=textarea]:focus {
	border: 1px solid #d1eeaf!important
}

.container_padding {
	margin: 0 50px
}

img {
	max-width: 100%
}

.show1200 {
	display: none!important
}

.mt {
	margin-top: 15px
}

.dib {
	display: inline-block
}

@media only screen and (min-width:1600px) {
	.container {
		max-width: 1408px
	}
}

.blackText span {
	color: #fff
}

.head {
	padding: 22px 0;
	padding-right: 50px;
	padding-bottom: 28px
}

#search {
	background: #f9f9f9;
	border-radius: 8px;
	border: none;
	padding: 15px 20px;
	width: 100%;
	padding-right: 50px
}

#search::placeholder {
	color: #b6b6b6;
	opacity: 1
}

form.search {
	position: relative;
	width: 75%;
	display: inline-block;
	max-width: 332px
}

.head__account .button {
	margin-left: 10px
}

form.search img {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 18px
}

.head__el {
	flex: 1
}

header::after {
	background: #efefef;
	height: 1px;
	width: 100%;
	content: "";
	display: block;
	margin: auto
}

ul.offer--ul {
	padding: 0 !important;
}

ul.offer--ul li {
	padding-left: 0 !important;
	list-style: none;
	margin-bottom: 15px;
}

ul.offer--ul li::before {
	content: "" !important;
	display: inline-block !important;
	width: 8px !important;
	height: 8px !important;
	border-radius: 100% !important;
	background: var(--mc) !important;
	margin: 0 20px 0 0 !important;
	vertical-align: middle !important;
	top: 0 !important;
	position: unset !important;
}

.hr-after::after{
	background: #D2D2D2;
	height: 1px;
	width: 100%;
	content: "";
	display: block;
	margin: auto;
}

.info--box{
	display: flex;
	align-items: center;
	flex-direction: row;
	padding: 15px;
	gap: 20px;
}

.offer-info-box {
	display: flex;
	align-items: center;
	flex-direction: row;
	background-color: #F9F8F2;
	border-radius: 15px;
	padding: 15px;
	gap: 20px;
	max-width: 80%;
}

.info--box-text, .offer-info-box-text {
	flex: 8;
	font-weight: 600;
}

.menu {
	margin: 20px 0;
	padding: 0;
	display: flex
}

.menu li {
	list-style: none
}

.menu a {
	margin-right: 41px;
	transition: all .3s;
	font-size: 16px;
	font-weight: 500;
	position: relative;
	padding: 10px 0
}

.menu a::before {
	transition: width .1s ease-out
}

.menu a::before {
	content: "";
	width: 0%;
	height: 17px;
	background-image: linear-gradient(to top, #b1dc87 30%, rgba(0, 0, 0, 0) 45%);
	position: absolute;
	left: 0;
	bottom: 9px;
	z-index: -1;
	will-change: width;
	transform: rotate(-2deg);
	transform-origin: left bottom
}

.menu a:hover::before {
	transition-duration: .15s
}

.menu a:hover::before {
	width: 100%
}

.pbgl {
	position: absolute;
	left: 0;
	transform: translateX(-98%);
	top: 225px
}

.pbgr {
	position: absolute;
	right: 0;
	transform: translateX(99%);
	top: 598px
}

.logged {
	display: flex;
	justify-content: flex-end
}

.logged .avatar {
	width: 52px;
	height: 52px
}

.logged .author .name {
	margin-left: 15px;
	font-weight: 500
}

.logged .author img {
	margin-left: 10px;
	position: relative;
	top: 2px
}

.bell .counter {
	background: #ecf5e4;
	font-weight: 600;
	color: var(--mc);
	font-size: 12px;
	padding: 3px 8px;
	border-radius: 10px;
	margin-left: 5px;
	position: relative;
	top: -10px;
	transition: all .3s
}

.relative {
	position: relative
}

.bell {
	margin-right: 15px
}

.bell_out:hover .counter {
	background: var(--mc);
	color: #fff
}

.bell_out.toggle .logged_submenu {
	opacity: 1;
	height: auto;
	overflow: unset
}

.bell_out p {
	font-size: 16px;
	font-weight: 500;
	text-align: left;
	padding: 0 25px;
	margin-bottom: 5px
}

.notification {
	padding: 15px 25px;
	min-width: 320px;
	text-align: left;
	border-bottom: 1px solid #efefef
}

.notofication_avatar {
	background-size: cover!important;
	height: 44px;
	width: 44px;
	background-position: center!important;
	border-radius: 15px;
	position: relative;
	flex-shrink: 0;
	top: 1px;
	margin-right: 15px
}

.notofication_text {
	color: #3b3b3b;
	font-size: 14px;
	font-weight: 400;
	line-height: 19px
}

.notofication_text strong {
	font-weight: 600
}

.notofication_date {
	color: #898989;
	font-size: 12px;
	margin-top: 5px
}

.bell_out .bell__box {
	padding: 25px 0;
	background: #fff;
	box-shadow: 0 0 20px 0 #ececec;
	border-radius: 15px;
	margin-top: 20px
}

.head__el_logged {
	justify-content: flex-end
}

.container_bg {
	position: relative
}

.logged_submenu {
	position: absolute;
	z-index: 99;
	right: 0;
	opacity: 0;
	height: 0;
	overflow: hidden;
	transition: opacity .3s
}

.logged_box:hover .logged_submenu {
	opacity: 1;
	height: auto;
	overflow: unset
}

.logged_submenu__box {
	background: #fff;
	box-shadow: 0 0 20px 0 #ececec;
	border-radius: 15px;
	margin-top: 20px
}

.logged_submenu__box a {
	font-size: 14px;
	font-weight: 400;
	padding: 11px 35px;
	display: flex;
	align-items: center;
	text-align: left;
	justify-content: space-between;
	min-width: 300px
}

.logged_submenu__box a .counter {
	background: #ecf5e4;
	font-weight: 600;
	color: var(--mc);
	font-size: 12px;
	padding: 3px 8px;
	border-radius: 10px;
	margin-left: 5px
}

.logged_submenu__box a:first-child {
	padding: 30px 35px;
	border-bottom: 1px solid #efefef;
	margin-bottom: 13px
}

.logged_submenu__box a:last-child {
	padding: 30px 35px;
	border-top: 1px solid #efefef;
	margin-top: 13px
}

@media only screen and (max-width:1600px) {
	.menu a {
		margin-right: 30px;
		font-size: 14px
	}
	body {
		font-size: 14px
	}
}

@media only screen and (max-width:1200px) {
	.none1200 {
		display: none
	}
	.show1200 {
		display: block!important
	}
	.menu_panel {
		justify-content: flex-end;
		padding: 20px 0;
		position: relative
	}
	.menu_panel .button {
		margin-left: 25px
	}
	.button_icon {
		font-size: 27px;
		border: none;
		padding: 0
	}
	.button_icon:hover {
		background: 0 0;
		color: var(--mc);
		border: none;
		opacity: .8
	}
	.button_icon span {
		display: none
	}
	#mb {
		outline: 0!important
	}
	.menu_panel .menu {
		position: absolute;
		background: var(--mc);
		left: 0;
		right: 0;
		z-index: 99;
		padding: 70px 50px;
		top: 0;
		margin: 0
	}
	.menu_panel .menu a {
		margin-right: 0;
		color: #fff;
		font-size: 20px;
		font-weight: 300;
		margin-bottom: 0;
		display: inline-block
	}
	.logged .avatar {
		width: 40px;
		height: 40px
	}
}

@media only screen and (max-width:768px) {
	.container_padding {
		margin: 0
	}
	.head {
		padding-right: 0
	}
	.head__el {
		flex: auto
	}
	.logo {
		max-width: 180px
	}
	.logged_box {
		position: static!important
	}
	.logged_submenu {
		left: 0
	}
	.bell_out {
		position: static
	}
}

section h1.h1 {
	font-size: 26px;
	font-weight: 500
}

.sec_home_1 {
	margin-top: 65px
}

#tabs li {
	list-style: none;
	outline: 0!important
}

#tabs ul {
	margin: 0;
	padding: 0;
	display: flex;
	margin-top: 20px;
	position: relative;
	z-index: 1
}

#tabs ul a {
	margin-right: 25px;
	padding-bottom: 11px;
	display: inline-block;
	border-bottom: 4px solid rgba(255, 255, 255, 0);
	transition: all .3s;
	font-size: 15px;
	font-weight: 300;
	outline: 0!important
}

#tabs:not(.custom-style)>div::before {
	content: "";
	background: #EFEFEF;
	height: 1px;
	left: 0;
	right: 0;
	position: absolute;
}

#tabs li.ui-tabs-active a {
	border-bottom: 4px solid var(--mc);
	font-weight: 500
}

#tabs li:not(.ui-tabs-active) a:hover {
	border-color: #f2f7ec
}

.sec_home_1 .items {
	padding-top: 30px
}

.sec_home_2 {
	margin-top: 55px
}

.sec_home_4 {
	margin-top: 105px
}

.sec_home_4 hr {
	margin-top: -58px
}

@media only screen and (max-width:992px) {
	#tabs ul a {
		line-height: 16px;
		font-size: 14px
	}
}

.sidebar_menu {
	background: #f9f9f9;
	padding: 0 35px;
	display: inline-block;
	width: 98%;
	padding-bottom: 35px;
	border-radius: 14px
}

.sidebar_menu ul {
	padding: 0
}

.sidebar_menu li {
	list-style: none
}

.sidebar_menu>li {
	font-size: 16px;
	font-weight: 500;
	margin-bottom: 11px;
	margin-top: 35px
}

.sidebar_menu>ul li {
	font-size: 15px;
	margin-bottom: 4px;
	position: relative
}

.sidebar_menu>ul>li::after {
	content: "";
	background: url(../img/log_arrow.svg);
	height: 6px;
	width: 11px;
	display: inline-block;
	position: absolute;
	right: 0;
	top: 7px
}

.sidebar_menu>ul ul {
	margin: 15px;
	display: none
}

.sidebar_menu>ul li.act ul {
	display: block
}

.sidebar_menu li.act>a {
	font-weight: 500
}

.sidebar_menu>ul>li.act:after {
	transform: rotate(180deg)
}

.sidebar_menu>ul li ul li:nth-child(1n+16) {
	display: none
}

.li_more a {
	color: var(--mc);
	font-weight: 500
}

.items_gallery .item .img_description {
	flex-wrap: wrap
}

.items_gallery .img_description__left {
	width: 100%
}

.items_gallery .author {
	margin-bottom: -7px;
	margin-top: 12px!important
}

.items_gallery .item {
	margin-bottom: 16px!important
}

.items .item_big .item_img {
	height: 456px
}

.items_gallery.gallery_mosaic>.item {
	margin-bottom: 0!important
}

.items_gallery.gallery_mosaic>.item .item {
	padding: 0
}

.gallery_reverse {
	flex-direction: row-reverse
}

.pagination {
	font-size: 15px;
	margin-top: 25px;
	display: flex;
	flex-wrap: wrap
}

.pagination_center {
	justify-content: center
}

.pagination a {
	border: 1px solid #f2f7ec;
	border-radius: 7px;
	color: #898989;
	padding: 14px 22px;
	margin-right: 4px;
	margin-bottom: 5px
}

.pagination a:hover {
	background: #f2f7ec
}

.pagination a.current {
	color: #fff;
	background: var(--mc);
	border: 1px solid var(--mc)
}

.pagination .next_prev {
	background: #f2f7ec;
	color: var(--mc);
	border-color: #f2f7ec
}

.pagination .next_prev:hover {
	background: var(--mc);
	border: 1px solid var(--mc);
	color: #fff
}

.pad_bottom {
	padding-bottom: 100px
}

.pad_bottom__s {
	padding-bottom: 50px
}

.mar_bottom__s {
	margin-bottom: 50px!important
}

.img_cover {
	border-radius: 15px;
	background-size: cover!important;
	position: relative;
	overflow: hidden;
	display: block;
	transition: all .3s
}

.feat_img {
	display: inline-block
}

@media only screen and (min-width:1024px) {
	.feat_img img {
		/*	max-height: calc(100vh - 265px) */
	}
}

.center {
	display: flex;
	justify-content: center
}

.img_cover::after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%
}

.img_description {
	position: absolute;
	color: #fff;
	bottom: 35px;
	left: 50px;
	right: 50px;
	z-index: 1
}

.img_description__left {
	align-items: flex-end
}

.img_description .pre_title {
	font-size: 14px;
	font-weight: 500
}

.img_description h4 {
	font-weight: 600;
	font-size: 24px;
	margin-top: 7px
}

.author {
	margin-left: 15px;
	margin-bottom: 4px
}

.avatar {
	width: 42px;
	height: 42px;
	border-radius: 100%;
	background-size: cover!important;
	flex-shrink: 0
}

.author .name {
	margin-left: 16px;
	font-weight: 600
}

.img_description__right {
	padding-top: 15px;
	padding-left: 10px
}

.img_description__right img {
	margin-right: 10px;
	flex-shrink: 0
}

.items .item_img, .home_slide_last_el_wrapper  {
	border-radius: 15px;
	background-size: cover!important;
	position: relative;
	overflow: hidden;
	display: block;
	transition: all .3s;
	height: 220px
}

.items .item_img::after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%
}

.items .item_img:hover::after {
	background: linear-gradient(180deg, rgba(0, 0, 0, 0) 68.6%, #000 100%)
}

.items {
	margin-right: -8px;
	margin-left: -8px
}

.items .item {
	padding: 0 8px;
	margin-bottom: 60px
}

.items .item .img_description {
	bottom: 30px;
	left: 20px;
	right: 20px;
	align-items: flex-end
}

.items .item .img_description .pre_title {
	font-size: 16px;
	font-weight: 600
}

.items .item .author {
	margin-left: 0;
	margin-top: 20px
}

.items .item .avatar {
	width: 35px;
	height: 35px
}

.items .item .author .name {
	font-size: 14px;
	font-weight: 500
}

.section_head a {
	color: var(--mc)
}

.section_head a:hover {
	color: #000
}

.section_head {
	margin-bottom: 20px
}

.items2 .img_cover {
	height: 500px
}

.items2 .img_description__left {
	flex-direction: column;
	align-items: flex-start
}

.items2 .item .img_description {
	bottom: 37px;
	left: 55px;
	right: 55px
}

.items2 .item .img_description .pre_title {
	font-size: 13px
}

.items2 .img_description h4 {
	line-height: 35px;
	font-size: 27px
}

.items2 .item .avatar {
	width: 40px;
	height: 40px
}

.items2 .item .author {
	margin-top: 5px
}

.items2 .img_description__right {
	padding-top: 0;
	margin-bottom: 12px
}

.items2 .item .author .name {
	font-weight: 600
}

hr {
	position: absolute;
	left: 0;
	right: 0;
	margin: 0;
	border-color: #efefef
}

.green_box {
	background: url(../img/green_box.jpg);
	background-size: auto;
	background-size: cover;
	height: 490px;
	overflow: hidden;
	padding: 0 16.2%;
	color: #fff
}

.green_box h2 {
	font-size: 36px;
	font-weight: 600;
	margin-bottom: 42px
}

.green_box p {
	font-size: 20px;
	position: relative;
	font-weight: 600
}

.green_box p::after {
	content: "";
	background: url(../img/green_box_line.svg);
	background-repeat: repeat;
	position: absolute;
	width: 300px;
	height: 13px;
	background-repeat: no-repeat;
	right: 23%;
	bottom: -18px
}

.green_box .button {
	background: #fff;
	padding: 15px 50px;
	border-color: #fff
}

.green_box .button:hover {
	background: #f6f6f6;
	border-color: #f6f6f6;
	color: var(--mc)
}

.green_box>div {
	max-width: 750px
}

.page_head__box {
	background-size: cover!important;
	height: 490px;
	overflow: hidden;
	padding: 0 16.2%;
	color: #fff;
	position: relative;
	align-items: flex-end
}

.text_page__box {
	height: 290px
}

.page_head__box::after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%
}

.page_head__inner {
	margin-bottom: 100px;
	display: flex;
	flex-direction: column
}

.page_head__box p {
	position: relative
}

.page_head__box p::after {
	content: "";
	background: url(../img/green_box_line.svg);
	background-repeat: repeat;
	background-repeat: repeat;
	position: absolute;
	width: 235px;
	height: 13px;
	background-repeat: no-repeat;
	right: -5px;
	bottom: -18px;
	background-size: 100%
}

.page_head__box h1 {
	font-size: 56px;
	font-weight: 600;
	position: relative;
	display: inline-block;
	margin-bottom: 45px;
	align-self: flex-start
}

.page_head__box p {
	font-size: 20px;
	font-weight: 500;
	align-self: flex-start
}

.page_head__box h1 .img {
	position: absolute;
	bottom: 0;
	transform: translateX(72%);
	right: 0;
	text-align: center
}

.page_head__box h1 span {
	position: relative;
	z-index: 1
}

.page_head__box h1 .img h4 {
	font-size: 32px;
	font-weight: 600;
	margin-bottom: 0
}

.page_head__box h1 .img div {
	font-size: 14px;
	font-weight: 500
}

.page_head__counter {
	position: absolute;
	top: 30%;
	left: 50%;
	transform: translateX(-50%)
}

.img_description__right {
	flex-shrink: 0
}

.cover {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	z-index: 9999;
	opacity: 0;
	pointer-events: none;
	transition: all .3s;
	align-items: flex-start;
	position: absolute;
	max-height: 100%;
	overflow: hidden
}

.cover:before {
	content: "";
	background: rgba(0, 0, 0, .5);
	position: fixed;
	top: 0;
	bottom: 0;
	width: 100%
}

.cover.act {
	opacity: 1;
	pointer-events: all;
	max-height: unset;
	padding-bottom: 150px
}

.close_pop {
	position: absolute;
	right: 30px;
	top: 30px
}

.close_pop:hover {
	opacity: .7
}

.pop_box {
	background: #fff;
	border-radius: 15px;
	padding: 80px 120px;
	position: relative;
	min-width: 660px;
	top: 100px
}

.add_photo .pop_box {
	min-width: 825px
}

.pop_box h2 {
	text-align: center;
	font-size: 28px;
	margin-bottom: 30px
}

.add_photo_uploaded h2,
.content_restricted h2 {
	margin-top: 30px
}

.add_photo_uploaded p,
.content_restricted p {
	margin-bottom: 50px
}

.add_photo_uploaded p a,
.content_restricted p a {
	color: var(--mc);
	font-weight: 500
}

.tfp_form input[type=date],
.tfp_form input[type=email],
.tfp_form input[type=number],
.tfp_form input[type=password],
.tfp_form input[type=text],
.tfp_form select,
.tfp_select,
.tfp_form textarea {
	font-size: 15px;
	border: 1px solid #efefef!important;
	border-radius: 8px;
	padding: 14px 16px;
	display: block;
	min-width: 100%;
	margin-bottom: 15px;
	outline: 0!important
}

.tfp_form select, .tfp_select {
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	background-image: url(../img/arrow_d.svg);
	background-repeat: no-repeat;
	background-position-x: 98%;
	padding-right: 25px;
	background-position-y: center;
	outline: 0!important
}

.tfp_select, .tfp_form select::after {
	content: ""
}

.tfp_form input::placeholder,
.tfp_form textarea::placeholder {
	color: #b0b0b0;
	opacity: 1
}

.tfp_form input:not(.submit):focus {
	border: 1px solid #d1eeaf!important
}

.tfp_form.tfp_form_labels label {
	margin-bottom: .5rem;
	margin-top: 5px
}

.form_info {
	font-weight: 500;
	background: #f2f2f2;
	border-radius: 15px;
	padding: 20px 25px;
	margin: 20px 0
}

.form_info img {
	margin-right: 15px
}

.form_info.error {
	background: rgba(212, 61, 61, .1);
	color: #d43d3d
}

.form_info.success {
	background: rgba(125, 179, 71, .1);
	color: var(--mc)
}

.tfp_form .date_field,
.tfp_form input[type=date] {
	background: url(../img/calendar.svg);
	padding-right: 50px
}

.tfp_form input.bg {
	background-repeat: no-repeat!important;
	background-position-x: 97%!important;
	background-position-y: 50%!important;
	padding-right: 50px
}

.tfp_form input.place {
	background: url(../img/map-pin.svg)
}

.tfp_form input.pln {
	background: url(../img/pln.svg)
}

.edit-profile #upload-photo {
	display: none
}

.label_edit__newphoto {
	margin-bottom: 0
}

.edit-profile .avatar {
	width: 134px;
	height: 134px;
	margin-right: 30px
}

.edit-profile .author {
	margin-left: 0;
	margin-bottom: 0;
	margin-top: 15px
}

.edit-profile .author .button {
	margin-right: 5px
}

.edit-profile h2 {
	margin-bottom: -10px
}

.edit-profile h2,
.edit-profile h4 {
	text-align: left
}

.edit-profile h4 {
	font-size: 20px;
	margin-bottom: 20px;
	margin-top: 40px
}

.profile_edit__field {
	color: #757575;
	font-size: 15px;
	border-bottom: 1px solid #efefef;
	text-align: left;
	padding: 17px;
	display: flex;
	font-weight: 500;
	min-width: 580px;
	position: relative
}

.profile_edit__field span {
	flex: 2
}

.profile_edit__field span:first-child {
	color: #3b3b3b;
	flex: 1;
	margin-right: 20px;
	position: relative
}

.profile_edit__field a {
	position: absolute;
	right: 17px;
	color: var(--mc)
}

.profile_edit__field input {
	color: #757575;
	border: none!important
}

.profile_edit__field a,
.profile_edit__field span {
	z-index: 1
}

.profile_edit__field input {
	pointer-events: none;
	background: 0 0
}

.profile_edit__field input:focus {
	pointer-events: all;
	border: none!important
}

.profile_edit__field.focus::before,
.profile_edit__field2:before {
	content: "";
	background: #f7f7f7;
	position: absolute;
	left: 0;
	width: 100%;
	top: 4px;
	bottom: 4px;
	border-radius: 5px
}

.profile_edit__field2 a {
	top: -40px
}

.editable {
	max-width: 580px;
	pointer-events: none;
	font-weight: 400
}

.editable.edit {
	pointer-events: all;
	font-weight: 500
}

.edit-profile h5 {
	font-size: 15px;
	text-align: left
}

.switch {
	position: relative;
	display: inline-block;
	width: 60px;
	height: 34px;
	margin-bottom: 0
}

.switch input {
	opacity: 0;
	width: 0;
	height: 0
}

.slider {
	position: absolute;
	cursor: pointer;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #ccc;
	-webkit-transition: .4s;
	transition: .4s
}

.slider:before {
	position: absolute;
	content: "";
	height: 26px;
	width: 26px;
	left: 4px;
	bottom: 4px;
	background-color: #fff;
	-webkit-transition: .4s;
	transition: .4s
}

.switch input:checked+.slider {
	background-color: var(--mc)
}

.switch input:focus+.slider {
	box-shadow: 0 0 1px var(--mc)
}

.switch input+.slider span {
	position: absolute;
	left: -13px;
	transform: translateX(-100%);
	top: 4px
}

.switch input+.slider .s1 {
	display: none
}

.switch input:checked+.slider .s1 {
	display: block
}

.switch input:checked+.slider .s2 {
	display: none
}

.switch input:checked+.slider:before {
	-webkit-transform: translateX(26px);
	-ms-transform: translateX(26px);
	transform: translateX(26px)
}

.slider.round {
	border-radius: 34px
}

.slider.round:before {
	border-radius: 50%
}

.container_check input {
	position: absolute;
	opacity: 0;
	cursor: pointer;
	height: 0;
	width: 0
}

.checkmark {
	position: absolute;
	top: 0;
	left: 0;
	height: 23px;
	width: 23px;
	background-color: #eee;
	border-radius: 6px
}

.profile_edit__field3>span {
	flex: 1;
	text-align: right
}

.profile_edit__field3>span:first-child {
	flex: 2;
	text-align: left;
	top: 2px
}

.container_check:hover input~.checkmark {
	background-color: #8bc550
}

.container_check input:checked~.checkmark {
	background-color: var(--mc)
}

.checkmark:after {
	content: "";
	position: absolute;
	display: none
}

.container_check input:checked~.checkmark:after {
	display: block
}

.container_check .checkmark::after {
	left: 9px;
	top: 4px;
	width: 6px;
	height: 12px;
	border: solid #fff;
	border-top-width: medium;
	border-right-width: medium;
	border-bottom-width: medium;
	border-left-width: medium;
	border-width: 0 2px 2px 0;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg)
}

.container_check {
	display: block;
	position: relative;
	padding-left: 35px;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none
}

.form_margin {
	margin: 20px 0
}

.tfp_form .button {
	width: 100%
}

.form_margin_top {
	margin-top: 30px
}

.tfp_form a {
	color: var(--mc)
}

.tfp_form label {
	margin-bottom: 0
}

.page_container {
	margin-top: 67px
}

h5.h5 {
	margin-bottom: 25px
}

h5.h5 span {
	color: #b1b1b1;
	font-size: 14px;
	font-weight: 300;
	margin: 0 5px
}

h1.head_h1 .counter,
h5.h5 .counter {
	background: #ecf5e4;
	font-weight: 600;
	color: var(--mc);
	font-size: 12px;
	padding: 5px 8px;
	border-radius: 7px;
	margin-left: 5px;
	position: relative;
	top: -10px;
	transition: all .3s;
	display: inline-block
}

.row_small {
	margin-right: -8px;
	margin-left: -8px
}

.row_small>div {
	padding: 0 8px
}

.grey_box {
	background: #f9f9f9
}

.full_width_margin {
	margin: 0
}

.grey_box_margin {
	margin-top: 20px;
	margin-bottom: 55px
}

.horizontal_menu {
	padding: 0;
	flex-wrap: wrap;
	padding: 20px 0
}

.horizontal_menu li {
	list-style: none;
	padding: 15px 0;
	margin-right: 35px
}

.horizontal_menu li a {
	display: inline-flex
}

.counter_box {
	background: #ecf5e4;
	font-weight: 600;
	color: var(--mc);
	font-size: 12px;
	padding: 5px 8px;
	border-radius: 7px;
	margin-left: 5px;
	position: relative;
	top: -10px;
	transition: all .3s;
	display: inline-block
}

.row.items .row.items .item {
	padding: 0 8px
}

.galery_type__3>.item:last-child {
	display: flex;
	flex-direction: column
}

.galery_type__3>.item:last-child>.item {
	flex: 1 1 100%;
	display: inline-table
}

.galery_type__3>.item:last-child>.items {
	order: 2
}

.items_gallery .item .img_description_noauthor {
	flex-wrap: nowrap
}

p.head {
	font-size: 14px;
	padding: 0;
	margin-bottom: 25px
}

p.head>span {
	color: #c9c9c9;
	text-transform: uppercase;
	display: block;
	font-size: 12px;
	margin-bottom: 5px
}

.page_content h3 {
	font-size: 20px;
	margin-bottom: 21px;
	margin-top: 50px
}

.page_content p {
	font-size: 15px;
	line-height: 25px;
	margin-bottom: 25px
}

.page_content h3:first-child {
	margin-top: 0
}

.content_author__1 {
	background: var(--mc);
	color: #f9f9f9;
	font-size: 15px;
	font-weight: 500;
	height: 42px;
	width: 42px;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 100%;
	margin-right: 18px
}

.thumbs_outer {
	margin-top: 50px
}

.thumb img {
	max-height: unset;
	border-radius: 10px;
	width: auto
}

.thumb {
	cursor: pointer
}

.thumb:hover {
	opacity: .8
}

.thumbs .owl-nav {
	position: absolute;
	left: -21px;
	top: 2px;
	color: #fff;
	font-size: 36px;
	font-weight: 300;
	right: -25px;
	display: flex;
	justify-content: space-between
}

.thumbs .owl-stage-outer {
	z-index: 1
}

.thumbs .owl-nav button {
	opacity: .5;
	outline: 0!important
}

.thumbs .owl-nav button:hover {
	opacity: 1
}

.price span {
	font-size: 24px;
	font-weight: 600
}

.page_left .author {
	margin-left: 0;
	margin-bottom: 25px
}

.fp_right .button {
	margin-top: 15px
}

.fp_right .button:first-child {
	margin-right: 15px
}

.grey_bg {
	overflow: hidden;
	background: #f9f9f9
}

.head_h1 {
	font-size: 24px;
	font-weight: 500;
	margin-bottom: 27px
}

h1.head_h1 .counter {
	background: var(--mc);
	color: #fff;
	top: -15px
}

.cart_item {
	background: #fff;
	border-radius: 15px;
	padding: 30px;
	margin-bottom: 20px;
	position: relative
}

.cart_img {
	background-size: cover!important;
	background-position: center!important;
	width: 92px;
	height: 92px;
	border-radius: 15px;
	margin-right: 30px
}

.cart_item__content h4 {
	font-size: 20px;
	margin-bottom: 0
}

.cart_item__content .author .name {
	font-size: 14px;
	font-weight: 500
}

.cart_item__content .author {
	margin-bottom: 0
}

.cart_item__content .avatar {
	width: 34px;
	height: 34px
}

.remove_item {
	position: absolute;
	right: 20px;
	opacity: .6
}

.remove_item:hover {
	opacity: 1
}

.cart_box {
	border-bottom: 1px solid #ececec;
	padding-bottom: 5px
}

.cart_footer .button.pay {
	display: inline-block;
	min-width: 303px;
	margin-top: 14px;
	text-align: center
}

.cart_footer {
	margin-top: 28px;
	align-items: flex-end
}

.page_grey_box {
	background: url(../img/page_grey_head.png);
	color: #3b3b3b;
	align-items: center;
	padding-top: 55px
}

.page_grey_box::after {
	display: none!important
}

.page_grey_box .page_head__counter {
	color: #fff
}

.page_grey_box p::after {
	background: url(../img/grey_box_line.svg);
	height: 9px;
	width: 258px
}

.page_grey_box .page_head__inner {
	margin-bottom: 0
}

.menu_page {
	margin-top: 60px
}

.gielda_items .item .img_description {
	bottom: 15px
}

.gielda_items .item .item_img {
	margin-bottom: 25px;
	background-position: center!important
}

.item_status {
	font-size: 12px;
	padding: 0 9px;
	display: inline-block;
	font-weight: 600
}

.gielda_items .title {
	font-size: 16px;
	margin-top: 9px
}

.gielda_items .date {
	color: #b1b1b1;
	font-size: 14px;
	margin-top: 45px
}

.gielda_items {
	padding-top: 10px
}

.bread_outter {
	color: #898989;
	font-size: 13px;
	margin-bottom: 40px
}

.bread_outter a {
	color: #898989
}

.bread a:not([href]) {
	color: #3b3b3b
}

.white_box {
	background: #fff;
	border-radius: 15px;
	padding: 30px
}

.border_15 {
	border-radius: 15px;
	overflow: hidden
}

.gielda_single .main_img {
	width: 100%;
	margin-bottom: 40px;
	position: relative
}

.gielda_single .main_img img {
	width: 100%
}

.thumbs_main {
	display: flex;
	margin-top: 30px
}

.thumbs_main a {
	width: 72px;
	height: 72px;
	display: block;
	background-size: cover!important;
	background-position: center!important;
	margin-right: 8px;
	opacity: .4;
	transition: all .3s
}

.thumbs_main a.act,
.thumbs_main a:hover {
	opacity: 1
}

.gielda_single h1 {
	font-size: 28px;
	font-weight: 500;
	margin-top: 11px;
	border-bottom: 1px solid #efefef;
	padding-bottom: 28px;
	margin-bottom: 45px
}

.gielda_single p {
	margin-top: 23px;
	line-height: 25px
}

.gielda_single h4 {
	font-size: 21px
}

.gielda_single .price span {
	font-size: 33px;
	margin-top: -5px
}

.gielda_single .price {
	display: flex;
	flex-direction: column;
	border-bottom: 1px solid #efefef;
	padding-bottom: 18px;
	margin-bottom: 24px
}

.gielda_single .avatar {
	width: 50px;
	height: 50px
}

.gielda_single .author {
	margin: 0;
	margin-top: 12px
}

.gielda_single .author .name {
	font-weight: 500
}

.cart_item__content p.head>span,
.gielda_single p.head>span {
	text-transform: initial;
	font-size: 14px
}

.gielda_single .actions {
	margin-top: 10px
}

.gielda_single .main_button {
	margin-top: -10px;
	display: block;
	text-align: center
}

.gielda_single .actions a {
	width: 49%;
	text-align: center;
	padding-left: 0;
	padding-right: 0
}

.cart_item__gielda .cart_item__content {
	width: 100%
}

.cart_item__gielda .cart_img {
	width: 164px;
	height: 142px;
	flex-shrink: 0
}

.cart_item__gielda h4 {
	font-size: 16px;
	margin-top: 10px;
	margin-bottom: 17px
}

.cart_item__gielda p.head {
	margin-bottom: -4px
}

.form_h {
	margin-top: 50px;
	margin-bottom: 20px
}

.label_big {
	width: 75%
}

.label_small {
	width: 23%
}

.buy_form input {
	width: 100%
}

.container_check span {
	color: #898989;
	display: block;
	font-size: 14px
}

.cart_footer.border_cart {
	border-top: 1px solid #ececec;
	padding-top: 25px
}

.label_file {
	cursor: pointer;
	margin-right: 10px;
	position: relative;
	width: 140px;
	height: 140px;
	border-radius: 8px;
	border: 2px dashed var(--mc);
	display: flex;
	align-items: center;
	justify-content: center
}

.label_file.big {
	width: 100%
}

.label_file>img {
	display: inline-block
}

.label_file:hover {
	opacity: .7
}

.input_image {
	opacity: 0;
	position: absolute;
	z-index: -1
}

.label_file.uploaded>div {
	position: absolute;
	right: -2px;
	bottom: -2px;
	top: -2px;
	left: -2px;
	background-size: cover!important;
	background-position: center!important;
	border-radius: 8px
}

.label_file.uploaded>div a {
	position: absolute;
	left: 12px;
	top: 9px;
	pointer-events: all;
	z-index: 2
}

.label_file.uploaded {
	pointer-events: none
}

.tfp_form .flex {
	flex-wrap: wrap
}

.tfp_form .info {
	color: #b1b1b1;
	display: block;
	font-size: 14px
}

.users .head_h1 {
	font-size: 36px
}

.user_row {
	margin-top: 47px
}

.user_box {
	display: block;
	padding-top: 77px;
	padding-bottom: 0!important;
	border: 1px solid transparent;
	transition: all .2s;
	margin-bottom: 30px
}

.user_box:hover {
	border: 1px solid #d1eeaf
}

.user_box .avatar {
	width: 165px;
	height: 165px;
	position: relative
}

.user_box .author {
	justify-content: center;
	margin-bottom: 33px
}

.user_box .avatar.act::after {
	content: "";
	background: var(--mc);
	position: absolute;
	bottom: -16px;
	width: 22px;
	height: 22px;
	border-radius: 100%;
	left: 50%;
	transform: translateX(-50%);
	border: 5px solid #fff
}

.user_box .name {
	font-size: 25px;
	font-weight: 500;
	margin-top: 5px
}

.user_box .login {
	font-size: 14px;
	color: #4e4e4e
}

.user_box .place {
	justify-content: center;
	font-weight: 500;
	color: var(--mc);
	margin-top: 15px
}

.user_box .place img {
	margin-right: 10px
}

.user_footer {
	border-top: 1px solid #efefef;
	margin: 0 -30px;
	margin-top: 30px;
	padding: 29px 10%;
	justify-content: space-evenly;
	font-size: 14px
}

.user_footer>div {
	color: #4e4e4e
}

.user_footer .counter {
	background: #ecf5e4;
	font-weight: 500;
	color: var(--mc);
	font-size: 12px;
	padding: 3px 8px;
	border-radius: 7px;
	margin-left: 5px;
	position: relative;
	top: -10px;
	transition: all .3s;
	display: inline-block
}

.counter_2 {
	background: #ecf5e4!important;
	color: var(--mc)!important
}

.user_box .item_status:not(.admin) {
	background: #f9f9f9;
	color: #898989
}

.items_feat {
	padding-top: 60px!important
}

.items_feat .item_img {
	height: 425px;
	background-position: center!important
}

.items_feat .item {
	margin-bottom: 16px
}

.sort_label {
	color: #898989;
	font-size: 15px
}

select.nice {
	display: none
}

.nice-select {
	margin-left: 20px;
	font-size: 15px!important;
	border: none!important
}

.nice-select .current {
	color: var(--mc)
}

.nice-select .list {
	border: 1px solid #f2f2f2!important;
	box-shadow: none!important
}

.nice-select::after {
	border-bottom: 2px solid var(--mc)!important;
	border-right: 2px solid var(--mc)!important
}

#accordion h3 {
	font-size: 20px;
	font-weight: 500;
	display: flex;
	align-items: center;
	justify-content: space-between;
	cursor: pointer;
	border-top: 1px solid #efefef;
	padding: 22px 0;
	margin: 0;
	outline: 0!important
}

#accordion h3:first-child {
	border: none
}

#accordion h3:last-child {
	border-bottom: 1px solid #efefef
}

#accordion h3:hover {
	color: var(--mc)
}

#accordion h3 span {
	overflow: hidden;
	display: inline-block;
	font-size: 14px;
	font-weight: 400;
	flex-shrink: 0
}

#accordion h3 span.a_span__2 {
	opacity: 0;
	max-width: 0
}

#accordion h3.ui-state-active .a_span__1 {
	opacity: 0;
	max-width: 0
}

.ui-accordion-header-icon {
	display: none!important
}

#accordion h3>div {
	display: flex;
	align-items: center;
	flex-shrink: 0
}

#accordion h3>div img {
	flex-shrink: 0;
	margin-left: 15px;
	width: 15px;
	transition: all .2s;
	transform: rotate(0)
}

#accordion h3.ui-state-active div img {
	transform: rotate(180deg)
}

.ui-accordion-content {
	padding-top: 25px;
	padding-bottom: 25px
}

.ui-accordion-content p {
	margin: 0;
	font-size: 15px;
	line-height: 25px
}

.faq h2 {
	margin-bottom: 30px;
	margin-top: 80px
}

.page_content h5 {
	margin-top: 50px;
	margin-bottom: 25px
}

.page_content ol,
.page_content ul {
	padding: 0 15px;
	line-height: 25px;
	position: relative
}

.page_content ol li,
.page_content ul li {
	margin-bottom: 15px;
	padding-left: 10px
}

.page_content ul li {
	list-style: none
}

.page_content ul li::before {
	content: "";
	display: inline-block;
	width: 8px;
	height: 8px;
	position: absolute;
	border-radius: 100%;
	background: var(--mc);
	left: 0;
	top: 8px
}

.page_content_padding {
	margin-top: 20px
}

.page_content strong {
	margin-bottom: 10px
}

.row_contact {
	margin-top: 100px
}

.row_contact h5 {
	margin-bottom: 25px
}

.news_row .item_img {
	border-radius: 0;
	height: 360px
}

.news_row .author {
	margin-left: 0;
	margin-bottom: 0
}

.news_row .avatar {
	width: 34px;
	height: 34px
}

.news_row .img_description {
	bottom: 25px;
	left: 25px;
	right: 25px
}

.news_row {
	margin: 0 -15px
}

.news_content {
	background: #fff;
	padding: 35px 38px
}

.news_content .date {
	font-size: 14px;
	font-weight: 500
}

.news_content h2 {
	font-size: 28px;
	font-weight: 500;
	margin-top: 11px;
	margin-bottom: 25px
}

.news_content p {
	font-size: 15px;
	line-height: 25px
}

.news_content .more {
	color: var(--mc);
	margin-top: -5px
}

.news_item {
	border-radius: 15px;
	overflow: hidden;
	display: block;
	margin-bottom: 20px;
	transition: all .2s;
	border: 1px solid transparent
}

.news_item:hover {
	border: 1px solid #d1eeaf
}

.news_head {
	height: 640px;
	justify-content: center;
	text-align: center
}

.news_head .date {
	display: flex;
	align-items: center;
	text-align: center;
	justify-content: center;
	font-weight: 500;
	font-size: 14px
}

.news_head .img_description__right {
	padding-top: 0
}

.news_head h1 {
	font-size: 38px;
	max-width: 680px;
	margin-top: 10px;
	margin-bottom: 25px
}

.news_head .author {
	margin-left: 0;
	margin-bottom: 0;
	justify-content: center
}

.news_head .avatar {
	width: 34px;
	height: 34px
}

.news_head .page_head__inner {
	margin-bottom: 80px
}

.row_news_single {
	margin-top: 95px
}

.news_single_padding,
.row_news_single p {
	padding-left: 11%
}

.row_news_single .main_img img {
	width: 100%
}

.row_news_single .main_img {
	margin-top: 100px;
	margin-bottom: 90px;
	position: relative
}

.photo_description {
	font-size: 14px;
	color: #cfcfcf;
	position: absolute;
	right: -16px;
	transform: translateX(100%);
	max-width: 200px;
	bottom: 0
}

.row_news_single .share .back {
	font-size: 13px;
	color: #898989
}

.row_news_single .share {
	position: absolute;
	display: flex;
	flex-direction: column;
	align-items: flex-end
}

.row_news_single .share a {
	margin-bottom: 20px
}

.row_news_single .share>div {
	display: flex;
	flex-direction: column;
	align-items: center
}

.comment_form form textarea {
	margin-top: 20px;
	margin-bottom: 22px;
	transition: all .2s;
	height: 150px
}

.comment_form form .button {
	display: inline-block;
	width: auto
}

.counter_span {
	background: #ecf5e4;
	font-weight: 500;
	color: var(--mc);
	font-size: 12px;
	padding: 3px 8px;
	border-radius: 7px;
	margin-left: 5px;
	position: relative;
	top: -10px;
	transition: all .3s;
	display: inline-block
}

.comments_form {
	margin-top: 58px
}

.comments_form .counter_span {
	margin-left: 25px
}

.comment {
	align-items: flex-start;
	margin-top: 36px;
	margin-bottom: -15px
}

.comment .author {
	margin-left: 0;
	margin-bottom: 0
}

.comment .author .avatar {
	width: 52px;
	height: 52px
}

.comment_content {
	background: #f9f9f9;
	padding: 20px;
	margin-left: 17px;
	font-size: 14px;
	flex: 1
}

.comment_content .date {
	font-size: 13px;
	color: #b6b6b6
}

.comment_content .name {
	font-weight: 500;
	margin-right: 50px
}

.comment_content p {
	padding: 0;
	margin-top: 5px;
	font-weight: 400;
	opacity: .8;
	margin-bottom: 0
}

.zdm_right h5 {
	margin-top: 0;
	margin-bottom: 30px
}

.zdm_right .button {
	padding: 15px 35px
}

.zdm_right p {
	margin-top: 55px;
	font-size: 14px;
	margin-bottom: 12px
}

.vouters {
	flex-wrap: wrap
}

.vouters .vouter {
	margin-right: -8px;
	border: 2px solid #fff;
	border-radius: 100%
}

.vouters .vouter .avatar {
	width: 48px;
	height: 48px
}

.vouter.less .avatar,
.vouter.more .avatar {
	background: var(--mc);
	font-size: 12px;
	font-weight: 600;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	cursor: pointer
}

.zdm_comments {
	margin-top: 60px
}

.profile_header {
	background-size: cover!important;
	background-position: center!important;
	height: 540px;
	position: relative
}

.profile_header::after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%
}

.profile_user_box.user_box {
	padding-top: 0;
	padding-bottom: 0!important;
	margin-bottom: 0;
	position: absolute;
	margin-left: 50px;
	transform: translateY(-145px);
	border: none!important
}

.profile_user_box.user_box .author {
	margin: 0
}

.profile_user_box.user_box .avatar {
	width: 200px;
	height: 200px;
	background-position: center!important;
	border: 6px solid #fff
}

.profile_edit {
	position: absolute;
	right: 50px;
	bottom: 30px;
	background: rgba(0, 0, 0, .5);
	border: none!important;
	z-index: 1
}

.profile_edit:hover {
	background: #000
}

.row_profile {
	margin-top: 90px
}

.profile_left h1 {
	font-size: 28px;
	position: relative;
	top: 5px
}

.profile_data {
	margin-top: 18px;
	font-size: 14px
}

.profile_data__weight {
	font-weight: 600;
	color: var(--mc)
}

.profile_data img {
	margin-right: 10px
}

.profile_bio {
	margin-top: 30px
}

.profile_left p.head {
	line-height: 25px
}

.profile_contacts a {
	margin-right: 5px
}

.profile_left .bio_button {
	display: inline-block;
	margin-top: -10px;
	margin-bottom: 30px
}

.profile_contacts {
	margin-top: -20px;
	margin-bottom: 32px
}

.profile_account__info div {
	font-size: 12px;
	color: #898989;
	margin-bottom: 3px
}

.profile_account__info {
	margin-top: -20px
}

.profile_right {
	padding-top: 39px!important
}

.profile_right h5.h5 a {
	font-size: 14px;
	color: var(--mc);
	margin-left: 10px;
	font-weight: 400
}

.profile_right h5.h5 {
	margin-bottom: 0
}

.profile_right #tabs ul {
	margin-top: 10px
}

.ui-tabs-panel>.items_gallery:first-child {
	padding-top: 25px
}

.profile_left {
	padding-right: 30px!important
}

.profile_left p .counter_span {
	line-height: 18px
}

.users_online__head {
	margin-top: 50px
}

.users_online .avatar {
	width: 54px;
	height: 54px;
	position: relative
}

.users_online .author {
	margin-left: 0;
	margin-bottom: 15px
}

.users_online .name {
	font-weight: 500;
	font-size: 14px
}

.users_online .avatar.act::after {
	content: "";
	background: var(--mc);
	position: absolute;
	bottom: -16px;
	width: 19px;
	height: 19px;
	border-radius: 100%;
	right: -2px;
	border: 4px solid #fff;
	bottom: 0
}

@media only screen and (max-width:1600px) {
	.items .item_img, .home_slide_last_el_wrapper {
		height: 170px
	}
	.items .item_big .item_img {
		height: 356px
	}
	.items_gallery .item .author .name {
		font-size: 12px;
		margin-left: 6px
	}
}

@media only screen and (max-width:1200px) {
	.profile_right h5.h5 a {
		display: block;
		margin-top: 5px;
		margin-left: 0
	}
	.profile_right #tabs ul {
		margin-top: 20px
	}
	.sidebar_menu {
		width: 100%;
		margin-bottom: 40px
	}
	.items_gallery .item {
		flex: 0 0 100%;
		max-width: 100%
	}
	.items_gallery.items .item_img {
		height: 345px;
		background-position: center!important
	}
	.items_gallery.gallery_mosaic>.item {
		margin-bottom: 16px!important
	}
}

@media only screen and (max-width:992px) {
	.users>.head_h1 {
		flex-wrap: wrap
	}
	.sort_label {
		margin-left: unset!important;
		width: 100%;
		margin-top: 15px
	}
	.profile_left {
		padding-right: 8px!important
	}
	.profile_header {
		height: 280px
	}
	.news_head .page_head__inner {
		margin-bottom: 0
	}
	.news_head {
		align-items: center
	}
	.news_head h1 {
		font-size: 25px!important;
		max-width: 100%!important
	}
	.page_content_padding {
		margin-top: 0
	}
	.page_content {
		padding-top: 40px!important
	}
	.items .item_img, .home_slide_last_el_wrapper  {
		height: 195px
	}
	.img_description h4 {
		font-size: 16px
	}
	.author .name {
		font-size: 12px
	}
	.img_description .pre_title {
		font-size: 12px
	}
	.img_description {
		align-items: flex-end;
		bottom: 10px
	}
	.img_description__left .avatar {
		width: 35px;
		height: 35px
	}
	.img_description__right {
		padding-top: 0
	}
	.items .item .img_description {
		bottom: 20px
	}
	.items .item {
		margin-bottom: 40px
	}
	.items2 .img_description h4 {
		line-height: 29px;
		font-size: 21px
	}
	.items2 .item .img_description {
		bottom: 37px;
		left: 25px;
		right: 25px
	}
	.items2 .img_cover {
		height: 400px
	}
	.green_box {
		height: auto;
		padding: 70px 7.7%;
		flex-direction: column;
		justify-content: center;
		align-items: flex-start
	}
	.green_box h2 {
		font-size: 28px;
		font-weight: 600;
		margin-bottom: 35px
	}
	.green_box p {
		font-size: 16px
	}
	.green_box .button {
		margin-top: 25px
	}
	.green_box p::after {
		right: auto;
		left: 0
	}
	.page_head__box h1 {
		font-size: 32px;
		margin-bottom: 15px;
		max-width: 100%
	}
	.page_head__box p {
		font-size: 15px
	}
	.text_page_container {
		margin: 0
	}
	.page_head__box {
		background-size: cover!important;
		height: 255px;
		padding: 0 20px;
		background-position-x: center!important
	}
	.text_page__box {
		height: 200px!important
	}
	.page_head__inner {
		margin-bottom: 30px
	}
	.page_head__box h1 .img {
		bottom: -26px;
		transform: translateX(79%) scale(.7)
	}
	.cart_item__content .title {
		flex-direction: column;
		align-items: flex-start
	}
	.cart_img {
		width: 65px;
		height: 64px
	}
	.cart_item__content .author {
		display: none
	}
	.cart_item__content h4 {
		font-size: 17px
	}
}

@media only screen and (max-width:768px) {
	.edit-profile .author>.flex,
	.profile_edit_country {
		padding-bottom: 40px
	}
	.profile_edit__field {
		min-width: unset;
		flex-direction: column
	}
	.edit-profile .author .button {
		margin-right: 5px;
		margin-bottom: 10px
	}
	.profile_right>.flex {
		flex-direction: column;
		align-items: flex-start
	}
	.profile_right h5.h5 {
		margin-bottom: 20px
	}
	#tabs ul a {
		margin-right: 15px
	}
	.profile_user_box.user_box {
		margin-left: 15px;
		transform: translateY(-51px)
	}
	.profile_edit {
		right: 20px;
		bottom: 20px;
		font-size: 12px
	}
	.profile_user_box.user_box .avatar {
		width: 100px;
		height: 100px
	}
	.row_news_single .share {
		position: relative;
		flex-direction: revert;
		align-items: flex-end
	}
	.row_news_single .share>div {
		display: flex;
		flex-direction: revert;
		align-items: flex-start
	}
	.row_news_single .share a {
		margin-left: 15px
	}
	.row_news_single {
		margin-top: -40px
	}
	.news_single_padding,
	.row_news_single p {
		padding-left: 0
	}
	.row_news_single .main_img {
		margin-top: 50px;
		margin-bottom: 60px
	}
	.photo_description {
		bottom: -5px;
		right: unset;
		left: 0;
		transform: translateY(100%);
		width: 100%;
		max-width: 100%
	}
	.page_head__box::after {
		display: none!important
	}
	.users .head_h1 {
		font-size: 21px
	}
	.user_box .name {
		font-size: 21px
	}
	.flex_label {
		flex-direction: column
	}
	.flex_label>div {
		width: 100%
	}
	.cart_item__gielda {
		flex-direction: column
	}
	.bread_outter {
		flex-direction: column;
		align-items: flex-start
	}
	.bread_outter a {
		margin-top: 10px
	}
	.gielda_single h1 {
		font-size: 24px
	}
	.white_box {
		padding: 20px
	}
	.thumbs_main a {
		width: 50px;
		height: 50px
	}
	.thumbs_outer {
		position: relative!important;
		bottom: 0;
		left: 0;
		right: 0
	}
	.img_cover .main_img {
		display: none
	}
	.thumbs .owl-dots {
		display: none
	}
	.with_thumbs .img_description {
		z-index: 2;
		pointer-events: none
	}
	.items .item_img, .home_slide_last_el_wrapper {
		height: 195px
	}
	.img_description__left {
		align-items: flex-start;
		flex-direction: column
	}
	.author {
		margin-left: 0
	}
	.img_description {
		left: 20px;
		right: 20px
	}
	.pop_box {
		min-width: 95%!important;
		padding: 30px 15px
	}
	.cart_footer {
		flex-direction: column-reverse
	}
	.cart_footer .button.pay {
		margin-bottom: 15px
	}
	.page_grey_box {
		flex-direction: column;
		align-items: flex-start;
		justify-content: flex-end;
		padding-bottom: 25px;
		height: 290px
	}
	.page_grey_box .button {
		margin-top: 15px
	}
	.gielda_items {
		padding-top: 50px
	}
}

@media only screen and (max-width:450px) {
	.img_cover {
		background-position: center!important
	}
	.comment_content>div.flex {
		flex-direction: column;
		align-items: flex-start
	}
	.label_file {
		width: calc(50% - 10px);
		height: 130px
	}
	.horizontal_menu {
		flex-direction: column
	}
	.items .item_img,
	.items_gallery.items .item_img {
		height: 245px
	}
	.pbgl,
	.pbgr {
		display: none
	}
}

footer {
	margin-top: 80px;
	padding-bottom: 70px
}

footer .copy {
	color: #b6b6b6;
	font-size: 14px;
	margin-top: 30px
}

footer .copy a {
	color: #b6b6b6
}

footer .menu {
	flex-direction: column;
	margin: 0
}

footer .menu a {
	font-size: 15px;
	margin-right: 0;
	display: inline-block;
	margin-bottom: 7px;
	padding: 0
}

footer .menu a::before {
	bottom: -1px
}

.footer_social {
	display: flex;
	justify-content: flex-end
}

.footer_social a {
	color: var(--mc);
	font-size: 24px;
	margin-left: 24px;
	position: relative;
	line-height: 0
}

.footer_social a:hover {
	opacity: .6
}

@media screen and (max-width:992px) {
	.footer_menu_mob {
		margin-top: 20px;
		margin-bottom: 20px
	}
	.footer_social {
		justify-content: flex-start
	}
	.footer_social a {
		margin-left: 0;
		margin-right: 20px
	}
}

@media screen and (min-width:1200px) {
	.hamburger {
		display: none!important
	}
}

.hamburger {
	z-index: 999;
	padding: 15px 15px;
	display: inline-block;
	cursor: pointer;
	transition-property: opacity, filter;
	transition-duration: .15s;
	transition-timing-function: linear;
	font: inherit;
	color: inherit;
	text-transform: none;
	background-color: transparent;
	border: 0;
	margin: 0;
	overflow: visible
}

.hamburger:hover {
	opacity: 1
}

.hamburger.is-active:hover {
	opacity: 1
}

.hamburger.is-active .hamburger-inner,
.hamburger.is-active .hamburger-inner::after,
.hamburger.is-active .hamburger-inner::before {
	background-color: var(--mc)
}

.hamburger-box {
	width: 45px;
	height: 24px;
	display: inline-block;
	position: relative
}

.hamburger-inner {
	display: block;
	top: 50%;
	margin-top: -2px
}

.hamburger-inner,
.hamburger-inner::after,
.hamburger-inner::before {
	width: 45px;
	height: 2px;
	background-color: var(--mc);
	border-radius: 4px;
	position: absolute;
	transition-property: transform;
	transition-duration: .15s;
	transition-timing-function: ease
}

.hamburger-inner {
	width: 45px
}

.is-active .hamburger-inner {
	width: 45px
}

.hamburger-inner::after,
.hamburger-inner::before {
	content: "";
	display: block
}

.hamburger-inner::before {
	top: -10px
}

.hamburger-inner::after {
	bottom: -10px
}

.hamburger--3dx .hamburger-box {
	perspective: 80px
}

.hamburger--3dx .hamburger-inner {
	transition: transform .15s cubic-bezier(.645, .045, .355, 1), background-color 0s .1s cubic-bezier(.645, .045, .355, 1)
}

.hamburger--3dx .hamburger-inner::after,
.hamburger--3dx .hamburger-inner::before {
	transition: transform 0s .1s cubic-bezier(.645, .045, .355, 1)
}

.hamburger--3dx.is-active .hamburger-inner {
	background-color: transparent!important;
	transform: rotateY(180deg)
}

.hamburger--3dx.is-active .hamburger-inner::before {
	transform: translate3d(0, 10px, 0) rotate(45deg)
}

.hamburger--3dx.is-active .hamburger-inner::after {
	transform: translate3d(0, -10px, 0) rotate(-45deg)
}

.hamburger--3dx-r .hamburger-box {
	perspective: 80px
}

.hamburger--3dx-r .hamburger-inner {
	transition: transform .15s cubic-bezier(.645, .045, .355, 1), background-color 0s .1s cubic-bezier(.645, .045, .355, 1)
}

.hamburger--3dx-r .hamburger-inner::after,
.hamburger--3dx-r .hamburger-inner::before {
	transition: transform 0s .1s cubic-bezier(.645, .045, .355, 1)
}

.hamburger--3dx-r.is-active .hamburger-inner {
	background-color: transparent!important;
	transform: rotateY(-180deg)
}

.hamburger--3dx-r.is-active .hamburger-inner::before {
	transform: translate3d(0, 10px, 0) rotate(45deg)
}

.hamburger--3dx-r.is-active .hamburger-inner::after {
	transform: translate3d(0, -10px, 0) rotate(-45deg)
}

.hamburger--3dy .hamburger-box {
	perspective: 80px
}

.hamburger--3dy .hamburger-inner {
	transition: transform .15s cubic-bezier(.645, .045, .355, 1), background-color 0s .1s cubic-bezier(.645, .045, .355, 1)
}

.hamburger--3dy .hamburger-inner::after,
.hamburger--3dy .hamburger-inner::before {
	transition: transform 0s .1s cubic-bezier(.645, .045, .355, 1)
}

.hamburger--3dy.is-active .hamburger-inner {
	background-color: transparent!important;
	transform: rotateX(-180deg)
}

.hamburger--3dy.is-active .hamburger-inner::before {
	transform: translate3d(0, 10px, 0) rotate(45deg)
}

.hamburger--3dy.is-active .hamburger-inner::after {
	transform: translate3d(0, -10px, 0) rotate(-45deg)
}

.hamburger--3dy-r .hamburger-box {
	perspective: 80px
}

.hamburger--3dy-r .hamburger-inner {
	transition: transform .15s cubic-bezier(.645, .045, .355, 1), background-color 0s .1s cubic-bezier(.645, .045, .355, 1)
}

.hamburger--3dy-r .hamburger-inner::after,
.hamburger--3dy-r .hamburger-inner::before {
	transition: transform 0s .1s cubic-bezier(.645, .045, .355, 1)
}

.hamburger--3dy-r.is-active .hamburger-inner {
	background-color: transparent!important;
	transform: rotateX(180deg)
}

.hamburger--3dy-r.is-active .hamburger-inner::before {
	transform: translate3d(0, 10px, 0) rotate(45deg)
}

.hamburger--3dy-r.is-active .hamburger-inner::after {
	transform: translate3d(0, -10px, 0) rotate(-45deg)
}

.hamburger--3dxy .hamburger-box {
	perspective: 80px
}

.hamburger--3dxy .hamburger-inner {
	transition: transform .15s cubic-bezier(.645, .045, .355, 1), background-color 0s .1s cubic-bezier(.645, .045, .355, 1)
}

.hamburger--3dxy .hamburger-inner::after,
.hamburger--3dxy .hamburger-inner::before {
	transition: transform 0s .1s cubic-bezier(.645, .045, .355, 1)
}

.hamburger--3dxy.is-active .hamburger-inner {
	background-color: transparent!important;
	transform: rotateX(180deg) rotateY(180deg)
}

.hamburger--3dxy.is-active .hamburger-inner::before {
	transform: translate3d(0, 10px, 0) rotate(45deg)
}

.hamburger--3dxy.is-active .hamburger-inner::after {
	transform: translate3d(0, -10px, 0) rotate(-45deg)
}

.hamburger--3dxy-r .hamburger-box {
	perspective: 80px
}

.hamburger--3dxy-r .hamburger-inner {
	transition: transform .15s cubic-bezier(.645, .045, .355, 1), background-color 0s .1s cubic-bezier(.645, .045, .355, 1)
}

.hamburger--3dxy-r .hamburger-inner::after,
.hamburger--3dxy-r .hamburger-inner::before {
	transition: transform 0s .1s cubic-bezier(.645, .045, .355, 1)
}

.hamburger--3dxy-r.is-active .hamburger-inner {
	background-color: transparent!important;
	transform: rotateX(180deg) rotateY(180deg) rotateZ(-180deg)
}

.hamburger--3dxy-r.is-active .hamburger-inner::before {
	transform: translate3d(0, 10px, 0) rotate(45deg)
}

.hamburger--3dxy-r.is-active .hamburger-inner::after {
	transform: translate3d(0, -10px, 0) rotate(-45deg)
}

.hamburger--arrow.is-active .hamburger-inner::before {
	transform: translate3d(-8px, 0, 0) rotate(-45deg) scale(.7, 1)
}

.hamburger--arrow.is-active .hamburger-inner::after {
	transform: translate3d(-8px, 0, 0) rotate(45deg) scale(.7, 1)
}

.hamburger--arrow-r.is-active .hamburger-inner::before {
	transform: translate3d(8px, 0, 0) rotate(45deg) scale(.7, 1)
}

.hamburger--arrow-r.is-active .hamburger-inner::after {
	transform: translate3d(8px, 0, 0) rotate(-45deg) scale(.7, 1)
}

.hamburger--arrowalt .hamburger-inner::before {
	transition: top .1s .1s ease, transform .1s cubic-bezier(.165, .84, .44, 1)
}

.hamburger--arrowalt .hamburger-inner::after {
	transition: bottom .1s .1s ease, transform .1s cubic-bezier(.165, .84, .44, 1)
}

.hamburger--arrowalt.is-active .hamburger-inner::before {
	top: 0;
	transform: translate3d(-8px, -10px, 0) rotate(-45deg) scale(.7, 1);
	transition: top .1s ease, transform .1s .1s cubic-bezier(.895, .03, .685, .22)
}

.hamburger--arrowalt.is-active .hamburger-inner::after {
	bottom: 0;
	transform: translate3d(-8px, 10px, 0) rotate(45deg) scale(.7, 1);
	transition: bottom .1s ease, transform .1s .1s cubic-bezier(.895, .03, .685, .22)
}

.hamburger--arrowalt-r .hamburger-inner::before {
	transition: top .1s .1s ease, transform .1s cubic-bezier(.165, .84, .44, 1)
}

.hamburger--arrowalt-r .hamburger-inner::after {
	transition: bottom .1s .1s ease, transform .1s cubic-bezier(.165, .84, .44, 1)
}

.hamburger--arrowalt-r.is-active .hamburger-inner::before {
	top: 0;
	transform: translate3d(8px, -10px, 0) rotate(45deg) scale(.7, 1);
	transition: top .1s ease, transform .1s .1s cubic-bezier(.895, .03, .685, .22)
}

.hamburger--arrowalt-r.is-active .hamburger-inner::after {
	bottom: 0;
	transform: translate3d(8px, 10px, 0) rotate(-45deg) scale(.7, 1);
	transition: bottom .1s ease, transform .1s .1s cubic-bezier(.895, .03, .685, .22)
}

.hamburger--arrowturn.is-active .hamburger-inner {
	transform: rotate(-180deg)
}

.hamburger--arrowturn.is-active .hamburger-inner::before {
	transform: translate3d(8px, 0, 0) rotate(45deg) scale(.7, 1)
}

.hamburger--arrowturn.is-active .hamburger-inner::after {
	transform: translate3d(8px, 0, 0) rotate(-45deg) scale(.7, 1)
}

.hamburger--arrowturn-r.is-active .hamburger-inner {
	transform: rotate(-180deg)
}

.hamburger--arrowturn-r.is-active .hamburger-inner::before {
	transform: translate3d(-8px, 0, 0) rotate(-45deg) scale(.7, 1)
}

.hamburger--arrowturn-r.is-active .hamburger-inner::after {
	transform: translate3d(-8px, 0, 0) rotate(45deg) scale(.7, 1)
}

.hamburger--boring .hamburger-inner,
.hamburger--boring .hamburger-inner::after,
.hamburger--boring .hamburger-inner::before {
	transition-property: none
}

.hamburger--boring.is-active .hamburger-inner {
	transform: rotate(45deg)
}

.hamburger--boring.is-active .hamburger-inner::before {
	top: 0;
	opacity: 0
}

.hamburger--boring.is-active .hamburger-inner::after {
	bottom: 0;
	transform: rotate(-90deg)
}

.hamburger--collapse .hamburger-inner {
	top: auto;
	bottom: 0;
	transition-duration: .13s;
	transition-delay: .13s;
	transition-timing-function: cubic-bezier(.55, .055, .675, .19)
}

.hamburger--collapse .hamburger-inner::after {
	top: -20px;
	transition: top .2s .2s cubic-bezier(.33333, .66667, .66667, 1), opacity .1s linear
}

.hamburger--collapse .hamburger-inner::before {
	transition: top .12s .2s cubic-bezier(.33333, .66667, .66667, 1), transform .13s cubic-bezier(.55, .055, .675, .19)
}

.hamburger--collapse.is-active .hamburger-inner {
	transform: translate3d(0, -10px, 0) rotate(-45deg);
	transition-delay: .22s;
	transition-timing-function: cubic-bezier(.215, .61, .355, 1)
}

.hamburger--collapse.is-active .hamburger-inner::after {
	top: 0;
	opacity: 0;
	transition: top .2s cubic-bezier(.33333, 0, .66667, .33333), opacity .1s .22s linear
}

.hamburger--collapse.is-active .hamburger-inner::before {
	top: 0;
	transform: rotate(-90deg);
	transition: top .1s .16s cubic-bezier(.33333, 0, .66667, .33333), transform .13s .25s cubic-bezier(.215, .61, .355, 1)
}

.hamburger--collapse-r .hamburger-inner {
	top: auto;
	bottom: 0;
	transition-duration: .13s;
	transition-delay: .13s;
	transition-timing-function: cubic-bezier(.55, .055, .675, .19)
}

.hamburger--collapse-r .hamburger-inner::after {
	top: -20px;
	transition: top .2s .2s cubic-bezier(.33333, .66667, .66667, 1), opacity .1s linear
}

.hamburger--collapse-r .hamburger-inner::before {
	transition: top .12s .2s cubic-bezier(.33333, .66667, .66667, 1), transform .13s cubic-bezier(.55, .055, .675, .19)
}

.hamburger--collapse-r.is-active .hamburger-inner {
	transform: translate3d(0, -10px, 0) rotate(45deg);
	transition-delay: .22s;
	transition-timing-function: cubic-bezier(.215, .61, .355, 1)
}

.hamburger--collapse-r.is-active .hamburger-inner::after {
	top: 0;
	opacity: 0;
	transition: top .2s cubic-bezier(.33333, 0, .66667, .33333), opacity .1s .22s linear
}

.hamburger--collapse-r.is-active .hamburger-inner::before {
	top: 0;
	transform: rotate(90deg);
	transition: top .1s .16s cubic-bezier(.33333, 0, .66667, .33333), transform .13s .25s cubic-bezier(.215, .61, .355, 1)
}

.hamburger--elastic .hamburger-inner {
	top: 2px;
	transition-duration: 275ms;
	transition-timing-function: cubic-bezier(.68, -.55, .265, 1.55)
}

.hamburger--elastic .hamburger-inner::before {
	top: 10px;
	transition: opacity 125ms 275ms ease
}

.hamburger--elastic .hamburger-inner::after {
	top: 20px;
	transition: transform 275ms cubic-bezier(.68, -.55, .265, 1.55)
}

.hamburger--elastic.is-active .hamburger-inner {
	transform: translate3d(0, 10px, 0) rotate(135deg);
	transition-delay: 75ms
}

.hamburger--elastic.is-active .hamburger-inner::before {
	transition-delay: 0s;
	opacity: 0
}

.hamburger--elastic.is-active .hamburger-inner::after {
	transform: translate3d(0, -20px, 0) rotate(-270deg);
	transition-delay: 75ms
}

.hamburger--elastic-r .hamburger-inner {
	top: 2px;
	transition-duration: 275ms;
	transition-timing-function: cubic-bezier(.68, -.55, .265, 1.55)
}

.hamburger--elastic-r .hamburger-inner::before {
	top: 10px;
	transition: opacity 125ms 275ms ease
}

.hamburger--elastic-r .hamburger-inner::after {
	top: 20px;
	transition: transform 275ms cubic-bezier(.68, -.55, .265, 1.55)
}

.hamburger--elastic-r.is-active .hamburger-inner {
	transform: translate3d(0, 10px, 0) rotate(-135deg);
	transition-delay: 75ms
}

.hamburger--elastic-r.is-active .hamburger-inner::before {
	transition-delay: 0s;
	opacity: 0
}

.hamburger--elastic-r.is-active .hamburger-inner::after {
	transform: translate3d(0, -20px, 0) rotate(270deg);
	transition-delay: 75ms
}

.hamburger--emphatic {
	overflow: hidden
}

.hamburger--emphatic .hamburger-inner {
	transition: background-color 125ms 175ms ease-in
}

.hamburger--emphatic .hamburger-inner::before {
	left: 0;
	transition: transform 125ms cubic-bezier(.6, .04, .98, .335), top 50ms 125ms linear, left 125ms 175ms ease-in
}

.hamburger--emphatic .hamburger-inner::after {
	top: 10px;
	right: 0;
	transition: transform 125ms cubic-bezier(.6, .04, .98, .335), top 50ms 125ms linear, right 125ms 175ms ease-in
}

.hamburger--emphatic.is-active .hamburger-inner {
	transition-delay: 0s;
	transition-timing-function: ease-out;
	background-color: transparent!important
}

.hamburger--emphatic.is-active .hamburger-inner::before {
	left: -80px;
	top: -80px;
	transform: translate3d(80px, 80px, 0) rotate(45deg);
	transition: left 125ms ease-out, top 50ms 125ms linear, transform 125ms 175ms cubic-bezier(.075, .82, .165, 1)
}

.hamburger--emphatic.is-active .hamburger-inner::after {
	right: -80px;
	top: -80px;
	transform: translate3d(-80px, 80px, 0) rotate(-45deg);
	transition: right 125ms ease-out, top 50ms 125ms linear, transform 125ms 175ms cubic-bezier(.075, .82, .165, 1)
}

.hamburger--emphatic-r {
	overflow: hidden
}

.hamburger--emphatic-r .hamburger-inner {
	transition: background-color 125ms 175ms ease-in
}

.hamburger--emphatic-r .hamburger-inner::before {
	left: 0;
	transition: transform 125ms cubic-bezier(.6, .04, .98, .335), top 50ms 125ms linear, left 125ms 175ms ease-in
}

.hamburger--emphatic-r .hamburger-inner::after {
	top: 10px;
	right: 0;
	transition: transform 125ms cubic-bezier(.6, .04, .98, .335), top 50ms 125ms linear, right 125ms 175ms ease-in
}

.hamburger--emphatic-r.is-active .hamburger-inner {
	transition-delay: 0s;
	transition-timing-function: ease-out;
	background-color: transparent!important
}

.hamburger--emphatic-r.is-active .hamburger-inner::before {
	left: -80px;
	top: 80px;
	transform: translate3d(80px, -80px, 0) rotate(-45deg);
	transition: left 125ms ease-out, top 50ms 125ms linear, transform 125ms 175ms cubic-bezier(.075, .82, .165, 1)
}

.hamburger--emphatic-r.is-active .hamburger-inner::after {
	right: -80px;
	top: 80px;
	transform: translate3d(-80px, -80px, 0) rotate(45deg);
	transition: right 125ms ease-out, top 50ms 125ms linear, transform 125ms 175ms cubic-bezier(.075, .82, .165, 1)
}

.hamburger--minus .hamburger-inner::after,
.hamburger--minus .hamburger-inner::before {
	transition: bottom 80ms 0s ease-out, top 80ms 0s ease-out, opacity 0s linear
}

.hamburger--minus.is-active .hamburger-inner::after,
.hamburger--minus.is-active .hamburger-inner::before {
	opacity: 0;
	transition: bottom 80ms ease-out, top 80ms ease-out, opacity 0s 80ms linear
}

.hamburger--minus.is-active .hamburger-inner::before {
	top: 0
}

.hamburger--minus.is-active .hamburger-inner::after {
	bottom: 0
}

.hamburger--slider .hamburger-inner {
	top: 2px
}

.hamburger--slider .hamburger-inner::before {
	top: 10px;
	transition-property: transform, opacity;
	transition-timing-function: ease;
	transition-duration: .15s
}

.hamburger--slider .hamburger-inner::after {
	top: 20px
}

.hamburger--slider.is-active .hamburger-inner {
	transform: translate3d(0, 10px, 0) rotate(45deg)
}

.hamburger--slider.is-active .hamburger-inner::before {
	transform: rotate(-45deg) translate3d(-5.71429px, -6px, 0);
	opacity: 0
}

.hamburger--slider.is-active .hamburger-inner::after {
	transform: translate3d(0, -20px, 0) rotate(-90deg)
}

.hamburger--slider-r .hamburger-inner {
	top: 2px
}

.hamburger--slider-r .hamburger-inner::before {
	top: 10px;
	transition-property: transform, opacity;
	transition-timing-function: ease;
	transition-duration: .15s
}

.hamburger--slider-r .hamburger-inner::after {
	top: 20px
}

.hamburger--slider-r.is-active .hamburger-inner {
	transform: translate3d(0, 10px, 0) rotate(-45deg)
}

.hamburger--slider-r.is-active .hamburger-inner::before {
	transform: rotate(45deg) translate3d(5.71429px, -6px, 0);
	opacity: 0
}

.hamburger--slider-r.is-active .hamburger-inner::after {
	transform: translate3d(0, -20px, 0) rotate(90deg)
}

.hamburger--spin .hamburger-inner {
	transition-duration: .22s;
	transition-timing-function: cubic-bezier(.55, .055, .675, .19)
}

.hamburger--spin .hamburger-inner::before {
	transition: top .1s .25s ease-in, opacity .1s ease-in
}

.hamburger--spin .hamburger-inner::after {
	transition: bottom .1s .25s ease-in, transform .22s cubic-bezier(.55, .055, .675, .19)
}

.hamburger--spin.is-active .hamburger-inner {
	transform: rotate(225deg);
	transition-delay: .12s;
	transition-timing-function: cubic-bezier(.215, .61, .355, 1)
}

.hamburger--spin.is-active .hamburger-inner::before {
	top: 0;
	opacity: 0;
	transition: top .1s ease-out, opacity .1s .12s ease-out
}

.hamburger--spin.is-active .hamburger-inner::after {
	bottom: 0;
	transform: rotate(-90deg);
	transition: bottom .1s ease-out, transform .22s .12s cubic-bezier(.215, .61, .355, 1)
}

.hamburger--spin-r .hamburger-inner {
	transition-duration: .22s;
	transition-timing-function: cubic-bezier(.55, .055, .675, .19)
}

.hamburger--spin-r .hamburger-inner::before {
	transition: top .1s .25s ease-in, opacity .1s ease-in
}

.hamburger--spin-r .hamburger-inner::after {
	transition: bottom .1s .25s ease-in, transform .22s cubic-bezier(.55, .055, .675, .19)
}

.hamburger--spin-r.is-active .hamburger-inner {
	transform: rotate(-225deg);
	transition-delay: .12s;
	transition-timing-function: cubic-bezier(.215, .61, .355, 1)
}

.hamburger--spin-r.is-active .hamburger-inner::before {
	top: 0;
	opacity: 0;
	transition: top .1s ease-out, opacity .1s .12s ease-out
}

.hamburger--spin-r.is-active .hamburger-inner::after {
	bottom: 0;
	transform: rotate(90deg);
	transition: bottom .1s ease-out, transform .22s .12s cubic-bezier(.215, .61, .355, 1)
}

.hamburger--spring .hamburger-inner {
	top: 2px;
	transition: background-color 0s .13s linear
}

.hamburger--spring .hamburger-inner::before {
	top: 10px;
	transition: top .1s .2s cubic-bezier(.33333, .66667, .66667, 1), transform .13s cubic-bezier(.55, .055, .675, .19)
}

.hamburger--spring .hamburger-inner::after {
	top: 20px;
	transition: top .2s .2s cubic-bezier(.33333, .66667, .66667, 1), transform .13s cubic-bezier(.55, .055, .675, .19)
}

.hamburger--spring.is-active .hamburger-inner {
	transition-delay: .22s;
	background-color: transparent!important
}

.hamburger--spring.is-active .hamburger-inner::before {
	top: 0;
	transition: top .1s .15s cubic-bezier(.33333, 0, .66667, .33333), transform .13s .22s cubic-bezier(.215, .61, .355, 1);
	transform: translate3d(0, 10px, 0) rotate(45deg)
}

.hamburger--spring.is-active .hamburger-inner::after {
	top: 0;
	transition: top .2s cubic-bezier(.33333, 0, .66667, .33333), transform .13s .22s cubic-bezier(.215, .61, .355, 1);
	transform: translate3d(0, 10px, 0) rotate(-45deg)
}

.hamburger--spring-r .hamburger-inner {
	top: auto;
	bottom: 0;
	transition-duration: .13s;
	transition-delay: 0s;
	transition-timing-function: cubic-bezier(.55, .055, .675, .19)
}

.hamburger--spring-r .hamburger-inner::after {
	top: -20px;
	transition: top .2s .2s cubic-bezier(.33333, .66667, .66667, 1), opacity 0s linear
}

.hamburger--spring-r .hamburger-inner::before {
	transition: top .1s .2s cubic-bezier(.33333, .66667, .66667, 1), transform .13s cubic-bezier(.55, .055, .675, .19)
}

.hamburger--spring-r.is-active .hamburger-inner {
	transform: translate3d(0, -10px, 0) rotate(-45deg);
	transition-delay: .22s;
	transition-timing-function: cubic-bezier(.215, .61, .355, 1)
}

.hamburger--spring-r.is-active .hamburger-inner::after {
	top: 0;
	opacity: 0;
	transition: top .2s cubic-bezier(.33333, 0, .66667, .33333), opacity 0s .22s linear
}

.hamburger--spring-r.is-active .hamburger-inner::before {
	top: 0;
	transform: rotate(90deg);
	transition: top .1s .15s cubic-bezier(.33333, 0, .66667, .33333), transform .13s .22s cubic-bezier(.215, .61, .355, 1)
}

.hamburger--stand .hamburger-inner {
	transition: transform 75ms .15s cubic-bezier(.55, .055, .675, .19), background-color 0s 75ms linear
}

.hamburger--stand .hamburger-inner::before {
	transition: top 75ms 75ms ease-in, transform 75ms 0s cubic-bezier(.55, .055, .675, .19)
}

.hamburger--stand .hamburger-inner::after {
	transition: bottom 75ms 75ms ease-in, transform 75ms 0s cubic-bezier(.55, .055, .675, .19)
}

.hamburger--stand.is-active .hamburger-inner {
	transform: rotate(90deg);
	background-color: transparent!important;
	transition: transform 75ms 0s cubic-bezier(.215, .61, .355, 1), background-color 0s .15s linear
}

.hamburger--stand.is-active .hamburger-inner::before {
	top: 0;
	transform: rotate(-45deg);
	transition: top 75ms .1s ease-out, transform 75ms .15s cubic-bezier(.215, .61, .355, 1)
}

.hamburger--stand.is-active .hamburger-inner::after {
	bottom: 0;
	transform: rotate(45deg);
	transition: bottom 75ms .1s ease-out, transform 75ms .15s cubic-bezier(.215, .61, .355, 1)
}

.hamburger--stand-r .hamburger-inner {
	transition: transform 75ms .15s cubic-bezier(.55, .055, .675, .19), background-color 0s 75ms linear
}

.hamburger--stand-r .hamburger-inner::before {
	transition: top 75ms 75ms ease-in, transform 75ms 0s cubic-bezier(.55, .055, .675, .19)
}

.hamburger--stand-r .hamburger-inner::after {
	transition: bottom 75ms 75ms ease-in, transform 75ms 0s cubic-bezier(.55, .055, .675, .19)
}

.hamburger--stand-r.is-active .hamburger-inner {
	transform: rotate(-90deg);
	background-color: transparent!important;
	transition: transform 75ms 0s cubic-bezier(.215, .61, .355, 1), background-color 0s .15s linear
}

.hamburger--stand-r.is-active .hamburger-inner::before {
	top: 0;
	transform: rotate(-45deg);
	transition: top 75ms .1s ease-out, transform 75ms .15s cubic-bezier(.215, .61, .355, 1)
}

.hamburger--stand-r.is-active .hamburger-inner::after {
	bottom: 0;
	transform: rotate(45deg);
	transition: bottom 75ms .1s ease-out, transform 75ms .15s cubic-bezier(.215, .61, .355, 1)
}

.hamburger--squeeze .hamburger-inner {
	transition-duration: 75ms;
	transition-timing-function: cubic-bezier(.55, .055, .675, .19)
}

.hamburger--squeeze .hamburger-inner::before {
	transition: top 75ms .12s ease, opacity 75ms ease
}

.hamburger--squeeze .hamburger-inner::after {
	transition: bottom 75ms .12s ease, transform 75ms cubic-bezier(.55, .055, .675, .19)
}

.hamburger--squeeze.is-active .hamburger-inner {
	transform: rotate(45deg);
	transition-delay: .12s;
	transition-timing-function: cubic-bezier(.215, .61, .355, 1)
}

.hamburger--squeeze.is-active .hamburger-inner::before {
	top: 0;
	opacity: 0;
	transition: top 75ms ease, opacity 75ms .12s ease
}

.hamburger--squeeze.is-active .hamburger-inner::after {
	bottom: 0;
	transform: rotate(-90deg);
	transition: bottom 75ms ease, transform 75ms .12s cubic-bezier(.215, .61, .355, 1)
}

.hamburger--vortex .hamburger-inner {
	transition-duration: .2s;
	transition-timing-function: cubic-bezier(.19, 1, .22, 1)
}

.hamburger--vortex .hamburger-inner::after,
.hamburger--vortex .hamburger-inner::before {
	transition-duration: 0s;
	transition-delay: .1s;
	transition-timing-function: linear
}

.hamburger--vortex .hamburger-inner::before {
	transition-property: top, opacity
}

.hamburger--vortex .hamburger-inner::after {
	transition-property: bottom, transform
}

.hamburger--vortex.is-active .hamburger-inner {
	transform: rotate(765deg);
	transition-timing-function: cubic-bezier(.19, 1, .22, 1)
}

.hamburger--vortex.is-active .hamburger-inner::after,
.hamburger--vortex.is-active .hamburger-inner::before {
	transition-delay: 0s
}

.hamburger--vortex.is-active .hamburger-inner::before {
	top: 0;
	opacity: 0
}

.hamburger--vortex.is-active .hamburger-inner::after {
	bottom: 0;
	transform: rotate(90deg)
}

.hamburger--vortex-r .hamburger-inner {
	transition-duration: .2s;
	transition-timing-function: cubic-bezier(.19, 1, .22, 1)
}

.hamburger--vortex-r .hamburger-inner::after,
.hamburger--vortex-r .hamburger-inner::before {
	transition-duration: 0s;
	transition-delay: .1s;
	transition-timing-function: linear
}

.hamburger--vortex-r .hamburger-inner::before {
	transition-property: top, opacity
}

.hamburger--vortex-r .hamburger-inner::after {
	transition-property: bottom, transform
}

.hamburger--vortex-r.is-active .hamburger-inner {
	transform: rotate(-765deg);
	transition-timing-function: cubic-bezier(.19, 1, .22, 1)
}

.hamburger--vortex-r.is-active .hamburger-inner::after,
.hamburger--vortex-r.is-active .hamburger-inner::before {
	transition-delay: 0s
}

.hamburger--vortex-r.is-active .hamburger-inner::before {
	top: 0;
	opacity: 0
}

.hamburger--vortex-r.is-active .hamburger-inner::after {
	bottom: 0;
	transform: rotate(-90deg)
}

.autocomplete-suggestions {
	border: 1px solid #999;
	background: #fff;
	overflow: auto
}

.autocomplete-suggestion {
	padding: 2px 5px;
	white-space: nowrap;
	overflow: hidden;
	cursor: pointer
}

.autocomplete-selected {
	background: #f0f0f0
}

.autocomplete-suggestions strong {
	font-weight: 400;
	color: var(--mc)
}

.autocomplete-group {
	padding: 2px 5px
}

.autocomplete-group strong {
	display: block;
	border-bottom: 1px solid #000
}

.dz-button {
	background: 0 0;
	border: 0
}

.edit-profile .dropzone {
	background: var(--mc)!important;
	padding: 15px 28px;
	min-height: inherit!important
}

.edit-profile .dropzone .dz-message {
	margin: inherit!important;
	display: block!important
}

.edit-profile .dz-preview {
	display: none!important
}

.arrows {
	display: flex;
	align-items: center
}

@media(max-width: 767px) {
	.arrows {
		justify-content: space-between;
	}

}

.arrows .fill-remaining-space {
	margin: 0 20px
}

.actions {
	text-align: center
}

.bell__box .notofication_text {
	width: 300px;
	word-break: break-all;
	text-align: left
}

.bell__box {
	height: 300px;
	overflow-y: auto
}

.chatButton {
	position: fixed;
	bottom: 10px;
	right: 20px;
	font-size: 15px
}

.chatButton .fa-comment {
	position: relative;
	font-size: 35px;
	color: var(--mc)
}

.chatButton .fa-comment a {
	position: absolute;
	color: #fff;
	font-weight: 700;
	right: 12px;
	bottom: 10px;
	font-size: 17px
}

.adjust_mobile img {
	width: auto!important;
	height: auto!important
}

.filterForm {
	padding-top: 100px
}

.filterForm input[type=text],
.filterForm select {
	border: 1px solid #d1eeaf!important;
	margin-left: 16px;
	position: initial
}

.filterForm .form-check-label,
.filterForm input[type=submit] {
	margin-left: 16px
}

.producer {
	margin: 10px 5px;
	padding: 20px;
	border: 1px solid gray
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
	/*img{image-rendering:pixelated;} */
}

/* cookie alert */
#cookies-message{
  color: white;
  padding: 12px 10px;
  text-align: center;
  position: fixed;
  bottom:0px;
  left:0;
  right:0;
  background-color: rgba(125,179,71,0.9);
  z-index: 100000;
  box-shadow: 0 0 5px rgba(0,0,0,0.4);
  display: none;
}
#accept-cookies-checkbox{
  background-color: #000;
  color: white;
  border: solid 1px #000;
  transition: all 0.5s;
  padding: 2px 6px;
  border-radius: 4px;
  display: inline-block;
  margin-left: 10px;
  text-decoration: none;
  cursor: pointer;
}
#accept-cookies-checkbox:hover{
  background-color: transparent;
  border-color: white;
}
.menu a b { color: #7DB347!important; }

.lang_pl { float: left; width: 20px; height: 20px; }
.lang_en { float: left; width: 20px; height: 20px; }

@media(max-width: 1023px) {
	.row_news_single img { height: auto!important; }
}
@media(min-width: 1024px) {
	.news_head { height: 775px!important; }
}
@media(max-width: 767px) {
	p span img  { width: 100%; height: auto; }
	.news_area b a { color: #fff!important; }
}
#search { outline: none!important; }
#search:focus, #search:active { border: 0px!important; outline: none!important; }

.feat_img { text-align: center; }

.news_single_padding, .row_news_single p { padding-left: 0px!important; }

.news_area { position: relative;}
.counter2 { background: #ecf5e4;
    font-weight: 600;
    color: var(--mc);
    font-size: 12px;
    padding: 3px 8px;border-radius: 10px;margin-left: 5px;position: absolute;top: 0px; right: 3px; transition: all .3s;}

.items .item-ocena { margin-bottom: 0px!important; }
.price_fp { position: absolute; bottom: 137px; }


@media ( max-width: 992px ) {
	.showPicOfStar {
	    width: 100%;
	    height: 226px;

	}
	.showPicOfStar img.lazyOFF { height: 226px!important;;
		 width: auto!important; max-width: auto!important; }
}

@media ( min-width: 992px ) {
	.showPicOfStar {
		width: 100%;
		max-height: 883px;

	}
	.showPicOfStar img.lazyOFF {
		max-height: 883px;
	}
}

@media (min-width: 1600px) {
	.showPicOfStar_pic {
		position: absolute;
		top: 50%;
		transform: translateY(-50%);
	}

	.showPicOfStar {
		height: 883px;
		position: relative;
	}
}

.sel_lang_fix {
	display: inline-block;
    float: left;
    background: #fff;
		border-right: 1px solid #eee;
padding-right: 14px;
	margin-top: -7px;

	}
.sel_lang_fix select { padding-right: 15px!important; color: var(--mc); position: relative; top: 10px; background-color: #fff; border: 0px!important; }


.lang_pc { display: none; float: right;
    margin-left: 25px;
    border-left: 1px solid #eee;
    padding: 0px 0px 15px 20px; }
		.lang_pc_nologged { padding: 10px 0px 15px 20px!important; margin-top: -10px!important; }

@media (min-width: 769px) {

	.sel_lang_fix { display: none; float: none; border: 0px!important; }
	.sel_lang_fix select {
		top: 4px;
	}
	.sel_lang_fix_logged { float: left!important; }

	.header-lang-form {
		display: none;
	}

	.min769none {
		display: none
	}

	.header-lang-big-screen {
		border-left: 1px solid #eee;
		margin-left: 1rem;
	}
}
.active_lang { color: var(--mc)!important; }

@media (min-width: 1024px) {
	.lang_pc { display: block; }

}


@media (max-width: 768px) {
.page_head__box { clear: both; }
	.fancyPhoto { display: block; }
	.sel_lang_fix { display: block; 	position: absolute;
	    top: 44px;
	    right: 89px; }
	.head__el {
	    flex: auto;
	    width: auto;
	}
	.menu_panel { float: left; width: 90%;}
	.no_logged_fix_mp { width: 100%; }
	.lang_pc { display: none; }

	.max768none {
		display: none;
	}

	.head {
		padding: 0;
	}
}

.form_info { width: 100%; clear: both;}

@media (min-width: 1200px) {
	.header-search {
		flex: 3;
		text-align: center;
	}
}

@media (max-width: 1200px) {
	.header-register-profile-wrapper {
		text-align: right;
	}
	.pbgl,
	.container_bg
	.pbgr {
		display: none
	}
}

.header-lang-big-screen {
	flex: 1;
	padding: 15px 0 15px 10px;
}

.header-logo {
	flex: 5;
}

.header-lang-form-select {
	background-color: #fff;
	border: 0px !important;
	color: var(--mc);
}

.header-lang-form-select option {
	color: var(--mc);
}

.header-flex-1 {
	flex: 1;
}

.header-flex-2 {
	flex: 2;
}

.header-lang-form {
	padding-right: 1rem;
	border-right: 1px solid #eee;
}

.header-register-profile-wrapper {
	margin-left: 1rem;
	flex: 2;
}

a.no-wrap {
	white-space: nowrap;
}

.home_slide_last_el_wrapper {
	background-color: var(--mc);
	border-radius: 15px;
	width: 100%;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	padding: 30px 20px 30px 20px;
}

.home_slide_last_el_wrappepr_text{
	color: white;
	font-size: 16px;
	font-weight: 600;
}

.home_slide_last_el_wrapper_arrow {
	background-color: white;
	width: 40px;
	height: 40px;
	border-radius: 20px;
}

.home_slide_last_el_wrapper_arrow img {
	height: 24px;
	margin: 8px 0px 0px 14px;
}

.color--green {
	color: var(--mc);
}

.text--bold{
	font-weight: 600;
}

/**
 *  element single photo
 */
.single-photo{
	display: flex;
	justify-content: center;
}

.single-photo .image-wrapper {
	position: relative;
}

.single-photo .image-wrapper img.click-zoom{
	max-height: 85vh;
	border-radius:15px;
}

.single-photo .on-image-elements-wrapper{
	margin: 0 20px;
	display: flex;
	flex-wrap: nowrap;
	position: relative;
	bottom: 60px;
	color: #fff;
	align-items: center;
}
.single-photo .title{
	position: absolute; left: 50px
}
.single-photo h4{
	font-size: 24px;
	font-weight: 600;
	margin-top: 7px;
	text-wrap: nowrap;
}



.single-photo .comments-icon img{
	margin-right: 10px;
}

.single-photo img.avatar {
	object-fit: cover;
	width: 42px;
	border-radius: 21px;
	height: 42px;
	cursor: pointer;
	margin-left: 15px
}

@media (max-width: 992px) {
	.single-photo h4 {
		font-size: 16px;
		overflow: hidden;
		text-overflow: ellipsis;

		margin-left: 15px;
	}
	.single-photo.with-author h4{
		margin-left: 15px;
	}

	.single-photo .on-image-elements-wrapper {
		bottom: 40px;
	}
	.single-photo.with-author .on-image-elements-wrapper {
		bottom: 90px;
	}
	.single-photo.with-author .on-image-elements-wrapper {
		align-items: flex-start;
		flex-direction: column;
		margin: 0;
	}

	.single-photo img.avatar {
		width: 24px;
		border-radius: 12px;
		height: 24px;
	}
}


.single-photo span.author-name {
	margin-left: 15px;
	font-weight: 600;
	color: #ffffff;
	text-wrap: nowrap;
}

.single-photo .dspl-i-f{
	display: inline-flex;
}

.single-photo .jus-content-sb{
	justify-content: space-between;
}

.info-vb-doc-photo {
	color: #7b7979;
	display: block;
	font-size: 12px;
	margin-bottom: 5px;
}